﻿
 body, html {
 margin:0;
 padding:0;
 }
 #log2{
 width: 53px;
 height: 50px;	
 }
 .flex-container{
 margin:0;
 padding:0;
 list-style: none;
 display: flex;
 align-items:start;
 align-self: stretch;
 }
 .flex-item1{
  width: 50%;
  height: 50%;
  margin:0;
  padding:0;
  text-align: center;
 }	
 .flex-item2{
 opacity: 0.8;
  margin: 0;
  padding:0;
  width: 50%;
  height: 100%;
  text-align: start;
 }
 .photo{
   margin: 10px;
 }
 h1{
  font-family: 'Assistant', sans-serif;
  font-style: normal;
  color: white;
  margin-left:20px;
  text-align: center;
  letter-spacing: 4px;
  }
 h2{
 font-family:'Marck Script', cursive;
 font-style:bold;
 color: white;
 margin-top:10px;
 text-align: center;
 }	
 .new3{
 font-family: 'Assistant', sans-serif;
 font-style: normal;
 color: white;
 line-height: 40px;
 letter-spacing: 5px;
 text-align:start;
 background: gray ;
 opacity: 0.8;
 border: 10px solid  gray;   
 }
 #new2{
 font-family: 'Assistant', sans-serif;
 font-style: normal;
 color: white;
 }
 #new4{
 font-family:'Marck Script', cursive;
 font-style: bold;
 color:black;
 letter-spacing:5px;
 text-align:center;
 background: white ;
 opacity: 0.5;
 } 
 #img { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width:110%;
    min-height:110%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	object-fit:contain;
	object-position: 50% 50%; /* default value: image is centered*/
	object-position: 0 0; /* positioned top left of the content box */
	z-index:-11
 }
 .new3:hover {
    color:black;
    tansition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear; 
 }
@media  only screen and (max-width :499px){
.flex-item2{
  line-height: 50px;
  font-weight: bold;
  font-size:1.0em;
  letter-spacing: 8px;
}
 #new2{
 font-size:2em;
 letter-spacing: 8px;
 }
 #new4{
 font-size:1.5em;
 line-height:30px;
 }
 h2{
 font-size:2em;
 line-height:30px;
 letter-spacing: 8px;
 }
 .new3{
 font-size:1.5em;
 margin:10px;
 }
 h1{
  font-style: bold;
  line-height: 50px;
  font-size:2em;
  letter-spacing: 8px;	
 }
 .photo{
  width:150px;
  height: 150px;
}
 }	
 @media  only screen and (min-width :500px){
 .flex-item2{
  padding: 10px;
 }
 h1{
  font-style: bold;	 
  line-height: 50px;
  font-size:2em;
  letter-spacing: 8px;	 
 }
 h2{
 font-size:2em;
 line-height:30px;
 letter-spacing: 8px;
 }	
 #new2{
  font-style: normal;
  color: white;
  font-size:2em;
  letter-spacing: 8px;
  margin:10px;
 }
 #new4{
 font-size:1.5em;
 line-height:30px;
 }
 .new3{
 font-size:1.5em;
 margin:10px;
 }
 .photo{
  width:180px;
  height: 180px;
 }
  }	
 @media  only screen and (min-width :800px){
 .flex-item2{
  padding: 10px;
 } 
 #new2{   
 font-size:2em;
 letter-spacing: 8px;
 }
 .new3{
 font-size:1.5em;
 margin:10px;
 }
 .photo{
  width:150px;
  height: 150px;
 }
 h1{
  line-height: 80px;
  font-size:2.5em;
  letter-spacing: 8px;	
 }
  }	
 @media  only screen and (min-width :1000px){
 .flex-item2{
  line-height: 80px;
  font-weight: bold;
 }
 #new2{
   font-size:2em;
   letter-spacing: 10px;
 }
 .new3{
 font-size:1.5em;
 margin:10px;
 }
 .photo{
  width:200px;
  height: 200px;
 }
 h1{
  line-height: 70px;
  font-size:2.5em;	
 }
  }	
 @media  only screen and (min-width :1300px){
 .photo{
  width:50 %;
  height:50 %;
 }
  .new3{
 font-size:1.5em;
 margin:10px;
 }
 .photo{
  width:250px;
  height: 250px;
 }
 h1{
 font-size:2.5em;	
 }
  }	
